home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / present.z / present
Encoding:
Text File  |  2002-10-03  |  1.2 KB  |  35 lines

  1. PRESENT(3I)                                           Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      PPRREESSEENNTT - Determines whether an optional argument is present
  6.  
  7. SSYYNNOOPPSSIISS
  8.      PPRREESSEENNTT (([AA==]_a))
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, IRIX systems
  12.  
  13.      CF90, MIPSpro 7 Fortran 90
  14.  
  15. SSTTAANNDDAARRDDSS
  16.      Fortran
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      The PPRREESSEENNTT intrinsic function determines whether an optional dummy
  20.      argument is present.  It accepts the following argument:
  21.  
  22.      _a         Must be an optional dummy argument of the procedure in which
  23.                the PPRREESSEENNTT function reference appears
  24.  
  25.      PPRREESSEENNTT is an inquiry function.  The name of this intrinsic cannot be
  26.      passed as an argument.
  27.  
  28. RREETTUURRNN VVAALLUUEESS
  29.      The result type is a default logical scalar.  The result has the value
  30.      TTRRUUEE if _a is present and otherwise has the value FFAALLSSEE.
  31.  
  32. SSEEEE AALLSSOO
  33.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  34.      man page.
  35.